home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60750 / 60750.xpi / surfcanyon_sc.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-11-13  |  1KB  |  36 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  3.     <Description about="urn:mozilla:install-manifest">
  4.         <em:id>{75623d5d-4683-402a-b610-ac4bab767c86}</em:id>
  5.         <em:name>Surf Canyon - Search Engine Assistant</em:name>
  6.         <em:version>3.0.3</em:version>
  7.         <em:description>Adds search result recommendations to Google, Yahoo!, Bing and Craigslist.</em:description>
  8.         <em:creator>Surf Canyon, Inc.</em:creator>
  9.         <em:contributor>Greasemonkey Compiler by Anthony Lieuallen;</em:contributor>
  10.         <em:contributor>http://www.arantius.com/</em:contributor>
  11.         <em:homepageURL>http://www.surfcanyon.com</em:homepageURL>
  12.         <em:optionsURL>chrome://surfcanyon/content/status.xul</em:optionsURL>
  13.         <em:updateURL>https://download.surfcanyon.com/search/firefox/update.rdf?partner=sc</em:updateURL>
  14.         <em:iconURL>chrome://surfcanyon/content/bullseye.jpg</em:iconURL>
  15.  
  16.         <em:targetApplication>
  17.             <!-- Firefox -->
  18.             <Description>
  19.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  20.                 <em:minVersion>2.0</em:minVersion>
  21.                 <em:maxVersion>3.6.*</em:maxVersion>
  22.             </Description>
  23.         </em:targetApplication>
  24.  
  25.         <em:targetApplication>
  26.             <!-- Fennec -->
  27.             <Description>
  28.                 <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id>
  29.                 <em:minVersion>1.0b1</em:minVersion>
  30.                 <em:maxVersion>1.0.*</em:maxVersion>
  31.             </Description>
  32.         </em:targetApplication>
  33.     </Description>
  34. </RDF>
  35.  
  36.